🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-meta

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-meta

Manage HTML metadata in Vue.js components with ssr support

2.4.0
latest
npm
Version published
Weekly downloads
440K
8.38%
Maintainers
3
Weekly downloads
 
Created

What is vue-meta?

vue-meta is a Vue.js plugin that allows you to manage your app's metadata. This includes setting the title, meta tags, and other head elements dynamically based on the current route or component state.

What are vue-meta's main functionalities?

Setting Page Title

This feature allows you to dynamically set the page title for different routes or components.

{"metaInfo":{"title":"My Page Title"}}

Setting Meta Tags

This feature allows you to dynamically set meta tags, such as description and Open Graph tags, for different routes or components.

{"metaInfo":{"meta":[{"name":"description","content":"This is a description of my page"},{"property":"og:title","content":"My Page Title"}]}}

Setting Link Tags

This feature allows you to dynamically set link tags, such as canonical links, for different routes or components.

{"metaInfo":{"link":[{"rel":"canonical","href":"https://www.example.com/my-page"}]}}

Other packages similar to vue-meta

Keywords

attribute

FAQs

Package last updated on 10 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts